Skip to content

refactor(ci): update GitHub Actions workflow configuration#73

Merged
zTgx merged 6 commits intomainfrom
dev
Apr 16, 2026
Merged

refactor(ci): update GitHub Actions workflow configuration#73
zTgx merged 6 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 16, 2026

  • Remove unused clippy step and enable test job that was previously commented out
  • Remove commented out doctest job and release build check section
  • Clean up workflow by removing unnecessary code blocks

- Remove unused clippy step and enable test job that was previously commented out
- Remove commented out doctest job and release build check section
- Clean up workflow by removing unnecessary code blocks
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 16, 2026 2:14am

zTgx added 2 commits April 16, 2026 09:49
- Reformat multi-line imports to improve code readability across
  multiple files including python/src/lib.rs and rust/src/lib.rs

- Shorten long lines in format! macros and function calls to stay
  under 100 character limit in various modules

- Reorder imports alphabetically and consolidate multi-line import
  statements in client modules (engine.rs, indexer.rs, retriever.rs)

- Adjust indentation and line breaks in error handling and test
  assertions for better code formatting consistency
- remove --all-targets flag from cargo clippy command
- keep --all-features and -D warnings flags for consistency
- Change `cargo doc --no-deps --all-features` to
  `cargo doc -p vectorless --no-deps --all-features`
- This targets documentation generation specifically for the vectorless package
- Simplify description in Engine::query_streaming to use "receiver that yields
  retrieval events" instead of detailed type reference
- Update error module documentation to use proper rustdoc syntax with
  `[@enum@Error]` for better documentation generation
- change clippy warning level from all warnings to only correctness lints
- this allows other non-critical lint issues to pass in CI
@zTgx zTgx merged commit 8cd198d into main Apr 16, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant